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 | ???u? | 0011111100111111001111110111010100111111 | 3f3f3f753f |
SJIS-WIN | ???u? | 0011111100111111001111110111010100111111 | 3f3f3f753f |
EUC-JP | ???u? | 0011111100111111001111110111010100111111 | 3f3f3f753f |
UTF-8 | 혩혪챕u혩 | 11101101100110001010100111101101100110001010101011101100101100011001010101110101111011011001100010101001 | ed98a9ed98aaecb19575ed98a9 |
UHC | 혩혪챕u혩 | 110000101001000111000010100100101100001110101001011101011100001010010001 | c291c292c3a975c291 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)