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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?冷??冷 | 00111111100101111110001000111111001111111001011111100010 | 3f97e23f3f97e2 |
EUC-JP | ?冷??冷 | 00111111110011101110010000111111001111111100111011100100 | 3fcee43f3fcee4 |
UTF-8 | 룿冷켮룿冷 | 111010111010001110111111111001011000011010110111111011001011110010101110111010111010001110111111111001011000011010110111 | eba3bfe586b7ecbcaeeba3bfe586b7 |
UHC | 룿冷켮룿冷 | 10001111101100001101010111010010101100010110100010001111101100001101010111010010 | 8fb0d5d2b1688fb0d5d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)