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 | 娃??節①ジ | 10001000101000010011111100111111100100001101111110000111010000001000001101010111 | 88a13f3f90df87408357 |
EUC-JP | 娃??節?ジ | 101100001010001100111111001111111100000011100001001111111010010110111000 | b0a33f3fc0e13fa5b8 |
UTF-8 | 娃욃뮀節①ジ | 111001011010100010000011111011001001101010000011111010111010111010000000111001111010111110000000111000101001000110100000111000111000001010111000 | e5a883ec9a83ebae80e7af80e291a0e382b8 |
UHC | 娃욃뮀節①ジ | 111010001101111110011110111001011001001010001111111011111011110110101000111001111010101110111000 | e8df9ee5928fefbda8e7abb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)