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 | 瞳??那 | 100100111011010100111111001111111001001111011111 | 93b53f3f93df |
EUC-JP | 瞳??那 | 110001101011011100111111001111111100011011100001 | c6b73f3fc6e1 |
UTF-8 | 瞳倫뤅那 | 111001111001111010110011111011111010011110010100111010111010010010000101111010011000001010100011 | e79eb3efa794eba485e982a3 |
UHC | 瞳倫뤅那 | 1101010011011010111010111100001010001111101101011101000111100001 | d4daebc28fb5d1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)