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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??偕? | 0011111100111111100110001111000100111111 | 3f3f98f13f |
EUC-JP | ??偕? | 0011111100111111110100001111001100111111 | 3f3fd0f33f |
UTF-8 | 쀃뚯偕렮 | 111011001000000010000011111010111001101010101111111001011000000110010101111010111010000010101110 | ec8083eb9aafe58195eba0ae |
UHC | 쀃뚯偕렮 | 1001011111000011100011001110110011111010101001011000111010111011 | 97c38cecfaa58ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)