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 | 伍??宥∽? | 100011001101111000111111001111111001011101000111100000011110010000111111 | 8cde3f3f974781e43f |
EUC-JP | 伍??宥∽? | 101110001110000000111111001111111100110110101000101000101110011000111111 | b8e03f3fcda8a2e63f |
UTF-8 | 伍밸맚宥∽쭓 | 111001001011110010001101111010111011000010111000111010111010011110011010111001011010111010100101111000101000100010111101111011001010110110010011 | e4bc8debb0b8eba79ae5aea5e288bdecad93 |
UHC | 伍밸맚宥∽쭓 | 111001111110101010111001111010111001000010101010111010101110100110100001111011111010011110001011 | e7eab9eb90aaeae9a1efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)