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 | 怏??熱?? | 1001110010001001001111110011111110010100010011010011111100111111 | 9c893f3f944d3f3f |
EUC-JP | 怏??熱?? | 1101011111101001001111110011111111000111101011100011111100111111 | d7e93f3fc7ae3f3f |
UTF-8 | 怏얘랜熱듬벤 | 111001101000000010001111111011001001011010011000111010111001111010011100111001111000011010110001111010111001001110101100111010111011001010100100 | e6808fec9698eb9e9ce786b1eb93acebb2a4 |
UHC | 怏얘랜熱듬벤 | 111001001110100010111110111010101011011110100011111001101111000010110101111010111011101010100101 | e4e8beeab7a3e6f0b5ebbaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)