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 | 癲パ??暗 | 1110000110011111100000110111000000111111001111111000100011000011 | e19f83703f3f88c3 |
EUC-JP | 癲パ??暗 | 1110001010100001101001011101000100111111001111111011000011000101 | e2a1a5d13f3fb0c5 |
UTF-8 | 癲パ놁뿩暗 | 111001111001100110110010111000111000001110010001111010111000011010000001111010111011111110101001111001101001101010010111 | e799b2e38391eb8681ebbfa9e69a97 |
UHC | 癲パ놁뿩暗 | 11101111101001101010101111010001100001101110110010010111101010011110010011011110 | efa6abd186ec97a9e4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)