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 | ???訟 | 0011111100111111001111111000111111010111 | 3f3f3f8fd7 |
EUC-JP | ???訟 | 0011111100111111001111111011111011011001 | 3f3f3fbed9 |
UTF-8 | 廬쎌눦訟 | 111011111010011010000010111011001000111010001100111010111000100010100110111010001010100010011111 | efa682ec8e8ceb88a6e8a89f |
UHC | 廬쎌눦訟 | 1110010111111110101111011110110010000111101111011110000111101000 | e5febdec87bde1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)