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 | 岳??陰?? | 1000101001111000001111110011111110001001010000010011111100111111 | 8a783f3f89413f3f |
EUC-JP | 岳??陰?? | 1011001111011001001111110011111110110001101000100011111100111111 | b3d93f3fb1a23f3f |
UTF-8 | 岳됱뇯陰녔퓴 | 111001011011001010110011111010111001000010110001111010111000011110101111111010011001100110110000111010111000010110010100111011011001001110110100 | e5b2b3eb90b1eb87afe999b0eb8594ed93b4 |
UHC | 岳됱뇯陰녔퓴 | 111001001011111110001001111011001000011110010100111010111110010010110011111001101011111110011010 | e4bf89ec8794ebe4b3e6bf9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)