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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???蛾 | 0011111100111111001111111000100111101001 | 3f3f3f89e9 |
EUC-JP | ???蛾 | 0011111100111111001111111011001011101011 | 3f3f3fb2eb |
UTF-8 | 묰뫝밄蛾 | 111010111010110010110000111010111010101110011101111010111011000010000100111010001001101110111110 | ebacb0ebab9debb084e89bbe |
UHC | 묰뫝밄蛾 | 1001001001000111100100011011110110010011010000101110010010110110 | 924791bd9342e4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)