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 | ???C???CB | 001111110011111100111111010000110011111100111111001111110100001101000010 | 3f3f3f433f3f3f4342 |
SJIS-WIN | ???C???CB | 001111110011111100111111010000110011111100111111001111110100001101000010 | 3f3f3f433f3f3f4342 |
EUC-JP | ???C???CB | 001111110011111100111111010000110011111100111111001111110100001101000010 | 3f3f3f433f3f3f4342 |
UTF-8 | 淋꾪샍C淋꾪샍CB | 111011111010011110110101111010101011111010101010111011001000001110001101010000111110111110100111101101011110101010111110101010101110110010000011100011010100001101000010 | efa7b5eabeaaec838d43efa7b5eabeaaec838d4342 |
UHC | 淋꾪샍C淋꾪샍CB | 111011001111100010000100111011011001100010111011010000111110110011111000100001001110110110011000101110110100001101000010 | ecf884ed98bb43ecf884ed98bb4342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)