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 | 倭▼?燁?? | 100110000110000010000001101001010011111111111011010110010011111100111111 | 986081a53ffb593f3f |
EUC-JP | 倭▼?燁?? | 11001111110000011010001010100111001111111000111111001010101100110011111100111111 | cfc1a2a73f8fcab33f3f |
UTF-8 | 倭▼즺燁ㅵ났 | 111001011000000010101101111000101001011010111100111011001010011010111010111001111000011110000001111000111000010110110101111010111000001010101100 | e580ade296bceca6bae78781e385b5eb82ac |
UHC | 倭▼즺燁ㅵ났 | 111010001101111010100001111001011010001110001100111001111010011110100100111001011011001110110101 | e8dea1e5a38ce7a7a4e5b3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)