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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??顆\ | 0011111100111111111010001111011101011100 | 3f3fe8f75c |
EUC-JP | ??顆\ | 0011111100111111111100001111100101011100 | 3f3ff0f95c |
UTF-8 | 젱쩍顆\ | 11101100101000001011000111101100101010011000110111101001101000011000011001011100 | eca0b1eca98de9a1865c |
UHC | 젱쩍顆\ | 11000001101011011100001010111101110011101010100001011100 | c1adc2bdcea85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)