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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ⅹナホⅹナホ^ | 111110100100100111000101110011101111101001001001110001011100111001011110 | fa49c5cefa49c5ce5e |
EUC-JP | ?ナホ?ナホ^ | 0011111110001110110001011000111011001110001111111000111011000101100011101100111001011110 | 3f8ec58ece3f8ec58ece5e |
UTF-8 | ⅹナホⅹナホ^ | 11100010100001011011100111101111101111101000010111101111101111101000111011100010100001011011100111101111101111101000010111101111101111101000111001011110 | e285b9efbe85efbe8ee285b9efbe85efbe8e5e |
UHC | ⅹ??ⅹ??^ | 101001011010101000111111001111111010010110101010001111110011111101011110 | a5aa3f3fa5aa3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)