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 | 禹肆嶋圓 | 1110001001011010111000111110011010010011100010001001101010100010 | e25ae3e693889aa2 |
EUC-JP | 禹肆嶋圓 | 1110001110111011111001101110100011000101111010001101010010100100 | e3bbe6e8c5e8d4a4 |
UTF-8 | 禹肆嶋圓 | 111001111010011010111001111010001000001010000110111001011011011010001011111001011001110010010011 | e7a6b9e88286e5b68be59c93 |
UHC | 禹肆嶋圓 | 1110100111100000110111101110101111010011111101111110101010101101 | e9e0deebd3f7eaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)