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 | ??踪枇ギ | 0011111100111111111001110100100010010100111110001000001101001101 | 3f3fe74894f8834d |
EUC-JP | ??踪枇ギ | 0011111100111111111011011010100111001000111110101010010110101110 | 3f3feda9c8faa5ae |
UTF-8 | 룶깹踪枇ギ | 111010111010001110110110111010101011100110111001111010001011100010101010111001101001111010000111111000111000001010101110 | eba3b6eab9b9e8b8aae69e87e382ae |
UHC | 룶깹踪枇ギ | 10001111101010111011001010100001111100011010000111011101111011011010101110101110 | 8fabb2a1f1a1ddedabae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)