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 | 遙??倭?? | 1110101010100001001111110011111110011000011000000011111100111111 | eaa13f3f98603f3f |
EUC-JP | 遙??倭?? | 1111010010100011001111110011111111001111110000010011111100111111 | f4a33f3fcfc13f3f |
UTF-8 | 遙볥죶倭뀀젎 | 111010011000000110011001111010111011001110100101111011001010001110110110111001011000000010101101111010111000000010000000111011001010000010001110 | e98199ebb3a5eca3b6e580adeb8080eca08e |
UHC | 遙볥죶倭뀀젎 | 111010011010101110010011111010111010000110010000111010001101111010110010111010111010000010001111 | e9ab93eba190e8deb2eba08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)