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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 倻??靷?? | 10001111101100011111011000111111001111111000111111100111101111010011111100111111 | 8fb1f63f3f8fe7bd3f3f |
UTF-8 | 倻딀짂靷썲쭥 | 111001011000000010111011111010111001010010000000111011001010011110000010111010011001110110110111111011001000110110110010111011001010110110100101 | e580bbeb9480eca782e99db7ec8db2ecada5 |
UHC | 倻딀짂靷썲쭥 | 111001011010011010001010111001101010001110010010111011001110011010111101111001011010011110011001 | e5a68ae6a392ece6bde5a799 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)