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 | 筌??違х? | 111000101010001100111111001111111000100011100001100001001000011100111111 | e2a33f3f88e184873f |
EUC-JP | 筌??違х? | 111001001010010100111111001111111011000011100011101001111110011100111111 | e4a53f3fb0e3a7e73f |
UTF-8 | 筌뚯떘違х럦 | 1110011110101101100011001110101110011010101011111110101110010110100110001110100110000001100101011101000110000101111010111001111110100110 | e7ad8ceb9aafeb9698e98195d185eb9fa6 |
UHC | 筌뚯떘違х럦 | 111011111010011110001100111011001000101110101110111010101101111010101100111001111000111010001001 | efa78cec8baeeadeace78e89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)