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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 如如[如如[^ | 1001010001000000100101000100000001011011100101000100000010010100010000000101101101011110 | 944094405b944094405b5e |
EUC-JP | 如如[如如[^ | 1100011110100001110001111010000101011011110001111010000111000111101000010101101101011110 | c7a1c7a15bc7a1c7a15b5e |
UTF-8 | 如如[如如[^ | 111001011010011010000010111001011010011010000010010110111110010110100110100000101110010110100110100000100101101101011110 | e5a682e5a6825be5a682e5a6825b5e |
UHC | 如如[如如[^ | 1110010111111101111001011111110101011011111001011111110111100101111111010101101101011110 | e5fde5fd5be5fde5fd5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)