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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 庸??二ゆ? | 100101110110011000111111001111111001001111110001100000101110010000111111 | 97663f3f93f182e43f |
EUC-JP | 庸??二ゆ? | 110011011100011100111111001111111100011011110011101001001110011000111111 | cdc73f3fc6f3a4e63f |
UTF-8 | 庸뉖슢二ゆ에 | 111001011011101010111000111010111000100110010110111011001000101010100010111001001011101010001100111000111000001010000110111011001001011110010000 | e5bab8eb8996ec8aa2e4ba8ce38286ec9790 |
UHC | 庸뉖슢二ゆ에 | 111010011011110010000111111010111001101010101110111011001010001110101010111001101011111110100001 | e9bc87eb9aaeeca3aae6bfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)