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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 〓??? | 1000000110101100001111110011111100111111 | 81ac3f3f3f |
EUC-JP | 〓??? | 1010001010101110001111110011111100111111 | a2ae3f3f3f |
UTF-8 | 〓룵에卽 | 111000111000000010010011111010111010001110110101111011001001011110010000111001011000110110111101 | e38093eba3b5ec9790e58dbd |
UHC | 〓룵에卽 | 1010000111101011100011111010101010111111101000011111000111101101 | a1eb8faabfa1f1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)