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 | 歪????Ⅷ | 1001100001100011001111110011111100111111001111111000011101011011 | 98633f3f3f3f875b |
EUC-JP | 歪??靷?? | 110011111100010000111111001111111000111111100111101111010011111100111111 | cfc43f3f8fe7bd3f3f |
UTF-8 | 歪뺤렱靷뷂Ⅷ | 111001101010110110101010111010111011101010100100111010111010000010110001111010011001110110110111111010111011011110000010111000101000010110100111 | e6adaaebbaa4eba0b1e99db7ebb782e285a7 |
UHC | 歪뺤렱靷뷂Ⅷ | 111010001110000010010101111011001000111010111110111011001110011010010100111011111010010110110111 | e8e095ec8ebeece694efa5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)