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 | 橈????┐ | 1001111011110100001111110011111100111111001111111000010010100010 | 9ef43f3f3f3f84a2 |
EUC-JP | 橈????┐ | 1101110011110110001111110011111100111111001111111010100010100100 | dcf63f3f3f3fa8a4 |
UTF-8 | 橈녷퍞力ⓨ┐ | 111001101010100110001000111010111000010110110111111011011000110110011110111011111010011010001010111000101001001110101000111000101001010010010000 | e6a988eb85b7ed8d9eefa68ae293a8e29490 |
UHC | 橈녷퍞力ⓨ┐ | 111010001111101010000110111001101011101110010101111001101011001110101000111001011010011010100100 | e8fa86e6bb95e6b3a8e5a6a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)