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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?晳?疎?B | 0011111111111010110110010011111110010001011000010011111101000010 | 3ffad93f91613f42 |
EUC-JP | ?晳?疎?B | 001111111000111111000010110001000011111111000001110000100011111101000010 | 3f8fc2c43fc1c23f42 |
UTF-8 | 잨晳쒳疎歷B | 11101100100111101010100011100110100110011011001111101100100100101011001111100111100101101000111011101111101001101000110001000010 | ec9ea8e699b3ec92b3e7968eefa68c42 |
UHC | 잨晳쒳疎歷B | 1001111111110011111000001010111110011101010010101110000111000011111001101011100001000010 | 9ff3e0af9d4ae1c3e6b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)