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 | 禦蘊? | 1000101110011010111001010101110100111111 | 8b9ae55d3f |
EUC-JP | 禦蘊? | 1011010111111010111010011011111000111111 | b5fae9be3f |
UTF-8 | 禦蘊뼳 | 111001111010011010100110111010001001100010001010111010111011110010110011 | e7a6a6e8988aebbcb3 |
UHC | 禦蘊뼳 | 111001011101110111101000101100111001011010110110 | e5dde8b396b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)