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 | ?豌閭譯 | 00111111111001101011000011101000100000111110011010100001 | 3fe6b0e883e6a1 |
EUC-JP | 訵豌閭譯 | 100011111101110111010011111011001011001011101111111000111110110010100011 | 8fddd3ecb2efe3eca3 |
UTF-8 | 訵豌閭譯 | 111010001010100010110101111010001011000110001100111010011001011010101101111010001010110110101111 | e8a8b5e8b18ce996ade8adaf |
UHC | ?豌閭譯 | 00111111111010001101010111010101111011111110011010111011 | 3fe8d5d5efe6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)