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 | 匙??諶?? | 1000110111111010001111110011111111111011101010100011111100111111 | 8dfa3f3ffbaa3f3f |
EUC-JP | 匙??諶?? | 101110101111110000111111001111111000111111011110101101010011111100111111 | bafc3f3f8fdeb53f3f |
UTF-8 | 匙롰뢆諶깂뜠 | 111001011000110010011001111010111010000110110000111010111010001010000110111010001010101110110110111010101011100110000010111010111001110010100000 | e58c99eba1b0eba286e8abb6eab982eb9ca0 |
UHC | 匙롰뢆諶깂뜠 | 111000111011010110001110111011011000111101000010111001001010011010000011100001001000110110100011 | e3b58eed8f42e4a683848da3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)