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 | 娃??彦?? | 1000100010100001001111110011111110010101010001100011111100111111 | 88a13f3f95463f3f |
EUC-JP | 娃??彦?? | 1011000010100011001111110011111111001001101001110011111100111111 | b0a33f3fc9a73f3f |
UTF-8 | 娃섉뀞彦좈걻 | 111001011010100010000011111011001000010010001001111010111000000010011110111001011011110110100110111011001010001010001000111010101011000110111011 | e5a883ec8489eb809ee5bda6eca288eab1bb |
UHC | 娃섉뀞彦좈걻 | 111010001101111110011000111001101000010110010101111001011110100110100000111010011000000110011110 | e8df98e68595e5e9a0e9819e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)