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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 躍??鎰?? | 1001011011110100001111110011111111101000010011000011111100111111 | 96f43f3fe84c3f3f |
EUC-JP | 躍??鎰?? | 1100110011110110001111110011111111101111101011010011111100111111 | ccf63f3fefad3f3f |
UTF-8 | 躍노뙋鎰쎾뎄 | 111010001011101010001101111010111000010110111000111010111001100110001011111010011000111010110000111011001000111010111110111010111000111010000100 | e8ba8deb85b8eb998be98eb0ec8ebeeb8e84 |
UHC | 躍노뙋鎰쎾뎄 | 111001011011100010110011111010111000110010010000111011001111000010011011111001011011010110101100 | e5b8b3eb8c90ecf09be5b5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)