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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | 諸??? | 1000111110010100001111110011111100111111 | 8f943f3f3f |
EUC-JP | 諸®?? | 10111101111101001000111110100010111011100011111100111111 | bdf48fa2ee3f3f |
UTF-8 | 諸®렲뮈 | 1110100010101011101110001100001010101110111010111010000010110010111010111010111010001000 | e8abb8c2aeeba0b2ebae88 |
UHC | 諸®렲뮈 | 1111000010110011101000101110011110001110101111111011100110111111 | f0b3a2e78ebfb9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)