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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 什κ? | 1000111101011001100000111100100000111111 | 8f5983c83f |
EUC-JP | 什κ? | 1011110110111010101001101100101000111111 | bdbaa6ca3f |
UTF-8 | 什κ섈 | 1110010010111011100000001100111010111010111011001000010010001000 | e4bb80cebaec8488 |
UHC | 什κ섈 | 111001001010011110100101111010101011110010101010 | e4a7a5eabcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)