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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 造????幄 | 1001000110100010001111110011111100111111001111111001101111101000 | 91a23f3f3f3f9be8 |
EUC-JP | 造??紈?幄 | 11000010101001000011111100111111100011111101001111001101001111111101011011101010 | c2a43f3f8fd3cd3fd6ea |
UTF-8 | 造섦뤗紈핊幄 | 111010011000000010100000111011001000010010100110111010111010010010010111111001111011010010001000111011011001010110001010111001011011100110000100 | e980a0ec84a6eba497e7b488ed958ae5b984 |
UHC | 造섦뤗紈핊幄 | 111100001110001110111100101101001000111111000111111111001011110011000000100011111110010011000001 | f0e3bcb48fc7fcbcc08fe4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)