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 | 夷??秧 | 100010001100111000111111001111111110001001011110 | 88ce3f3fe25e |
EUC-JP | 夷??秧 | 101100001101000000111111001111111110001110111111 | b0d03f3fe3bf |
UTF-8 | 夷덉꺼秧 | 111001011010010010110111111010111000110110001001111010101011101010111100111001111010011110100111 | e5a4b7eb8d89eababce7a7a7 |
UHC | 夷덉꺼秧 | 1110110010101000100010001110110010110010101010001110010011101011 | eca888ecb2a8e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)