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 | 躍녈렗鎰쎾섧 | 111010001011101010001101111010111000010110001000111010111010000010010111111010011000111010110000111011001000111010111110111011001000010010100111 | e8ba8deb8588eba097e98eb0ec8ebeec84a7 |
UHC | 躍녈렗鎰쎾섧 | 111001011011100010110011111000111000111010101100111011001111000010011011111001011011110010110101 | e5b8b3e38eacecf09be5bcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)