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 | 影??絶?? | 1000100101100101001111110011111110010000111000100011111100111111 | 89653f3f90e23f3f |
EUC-JP | 影??絶?? | 1011000111000110001111110011111111000000111001000011111100111111 | b1c63f3fc0e43f3f |
UTF-8 | 影좑슛絶낁뮅 | 111001011011110110110001111011001010001010010001111011001000101010011011111001111011010110110110111010111000001010000001111010111010111010000101 | e5bdb1eca291ec8a9be7b5b6eb8281ebae85 |
UHC | 影좑슛絶낁뮅 | 111001111010111110100000111011111011110110111000111011111011111010000101111010001001001010010100 | e7afa0efbdb8efbe85e89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)