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?? | 00111111001111110011111100111111010001110011111100111111 | 3f3f3f3f473f3f |
SJIS-WIN | ??診?G?? | 0011111100111111100100000110011000111111010001110011111100111111 | 3f3f90663f473f3f |
EUC-JP | ??診?G?? | 0011111100111111101111111100011100111111010001110011111100111111 | 3f3fbfc73f473f3f |
UTF-8 | 瓆렼診렞G瓆롉 | 11100111100100111000011011101011101000001011110011101000101010001011101011101011101000001001111001000111111001111001001110000110111010111010000110001001 | e79386eba0bce8a8baeba09e47e79386eba189 |
UHC | 瓆렼診렞G瓆롉 | 11110010111011111000111011000100111100101110000010001110101011110100011111110010111011111000111011001111 | f2ef8ec4f2e08eaf47f2ef8ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)