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 | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
SJIS-WIN | 維??G萸? | 1000100011011011001111110011111101000111111001001100111000111111 | 88db3f3f47e4ce3f |
EUC-JP | 維??G萸? | 1011000011011101001111110011111101000111111010001101000000111111 | b0dd3f3f47e8d03f |
UTF-8 | 維먮춶G萸갃 | 11100111101101101010110111101011101010001010111011101100101101101011011001000111111010001001000010111000111010101011000010000011 | e7b6adeba8aeecb6b647e890b8eab083 |
UHC | 維먮춶G萸갃 | 1110101110101011100100001110101110101101100100100100011111101011101011011000000101000010 | ebab90ebad9247ebad8142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)