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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???諭? | 001111110011111100111111100101110100000000111111 | 3f3f3f97403f |
EUC-JP | ???諭? | 001111110011111100111111110011011010000100111111 | 3f3f3fcda13f |
UTF-8 | 料곗엺諭즚 | 111011111010011010111110111010101011001110010111111011001001011110111010111010001010101110101101111011001010011010011010 | efa6beeab397ec97bae8abadeca69a |
UHC | 料곗엺諭즚 | 11101000111101111011000011101100100111101000110011101011101100011010001101101000 | e8f7b0ec9e8cebb1a368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)