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 | ??筍咀 | 001111110011111111100010101000011001100111110000 | 3f3fe2a199f0 |
EUC-JP | ??筍咀 | 001111110011111111100100101000111101001011110010 | 3f3fe4a3d2f2 |
UTF-8 | 롛롆筍咀 | 111010111010000110011011111010111010000110000110111001111010110110001101111001011001001010000000 | eba19beba186e7ad8de59280 |
UHC | 롛롆筍咀 | 1000111011011111100011101100110011100010111011001110111010111010 | 8edf8ecce2eceeba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)