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 | ??班暠 | 001111110011111110010100110001111111101011011011 | 3f3f94c7fadb |
EUC-JP | ??班暠 | 00111111001111111100100011001001100011111100001011010111 | 3f3fc8c98fc2d7 |
UTF-8 | 얘뤒班暠 | 111011001001011010011000111010111010010010010010111001111000111110101101111001101001101010100000 | ec9698eba492e78fade69aa0 |
UHC | 얘뤒班暠 | 1011111011101010100011111100001011011010111011001100110110111100 | beea8fc2daeccdbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)