To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??}??u | 001111110011111101111101001111110011111101110101 | 3f3f7d3f3f75 |
SJIS-WIN | ??}??u | 001111110011111101111101001111110011111101110101 | 3f3f7d3f3f75 |
EUC-JP | ??}??u | 001111110011111101111101001111110011111101110101 | 3f3f7d3f3f75 |
UTF-8 | 렻렊}렻렊u | 1110101110100000101110111110101110100000100010100111110111101011101000001011101111101011101000001000101001110101 | eba0bbeba08a7deba0bbeba08a75 |
UHC | 렻렊}렻렊u | 10001110110000111000111010100001011111011000111011000011100011101010000101110101 | 8ec38ea17d8ec38ea175 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)