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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 岳??蔭 | 100010100111100000111111001111111000100011111100 | 8a783f3f88fc |
EUC-JP | 岳??蔭 | 101100111101100100111111001111111011000011111110 | b3d93f3fb0fe |
UTF-8 | 岳롮꽘蔭 | 111001011011001010110011111010111010000110101110111010101011110110011000111010001001010010101101 | e5b2b3eba1aeeabd98e894ad |
UHC | 岳롮꽘蔭 | 1110010010111111100011101110110010000100101001111110101111100011 | e4bf8eec84a7ebe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)