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 | ??瑙壙 | 001111110011111111100000111011011001101011011011 | 3f3fe0ed9adb |
EUC-JP | ??瑙壙 | 001111110011111111100000111011111101010011011101 | 3f3fe0efd4dd |
UTF-8 | 렻매瑙壙 | 111010111010000010111011111010111010011110100100111001111001000110011001111001011010001110011001 | eba0bbeba7a4e79199e5a399 |
UHC | 렻매瑙壙 | 1000111011000011101110001100010111010010110001011100111011000101 | 8ec3b8c5d2c5cec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)