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 | 第??錚 | 100100011110011000111111001111111110100001000010 | 91e63f3fe842 |
EUC-JP | 第??錚 | 110000101110100000111111001111111110111110100011 | c2e83f3fefa3 |
UTF-8 | 第뀀寧錚 | 111001111010110010101100111010111000000010000000111011111010010110011111111010011000110010011010 | e7acaceb8080efa59fe98c9a |
UHC | 第뀀寧錚 | 1111000010101111101100101110101111010110101110001110111010110110 | f0afb2ebd6b8eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)