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 | 蛾??諶?? | 1000100111101001001111110011111111111011101010100011111100111111 | 89e93f3ffbaa3f3f |
EUC-JP | 蛾??諶?? | 101100101110101100111111001111111000111111011110101101010011111100111111 | b2eb3f3f8fdeb53f3f |
UTF-8 | 蛾덊뢜諶뙊뢐 | 111010001001101110111110111010111000110110001010111010111010001010011100111010001010101110110110111010111001100110001010111010111010001010010000 | e89bbeeb8d8aeba29ce8abb6eb998aeba290 |
UHC | 蛾덊뢜諶뙊뢐 | 111001001011011010001000111011011000111101010111111001001010011010001100100011111000111101001011 | e4b688ed8f57e4a68c8f8f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)