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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???鈺? | 001111110011111100111111111110111100010000111111 | 3f3f3ffbc43f |
EUC-JP | 璵??鈺? | 100011111100110011100110001111110011111110001111111000111101010100111111 | 8fcce63f3f8fe3d53f |
UTF-8 | 璵붿닪鈺폜 | 111001111001001010110101111010111011011010111111111010111000101110101010111010011000100010111010111011011000111110011100 | e792b5ebb6bfeb8baae988baed8f9c |
UHC | 璵붿닪鈺폜 | 11100110101001011001010011101100100010001010010111101000101011011011110101000101 | e6a594ec88a5e8adbd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)