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 | 裔??隘?? | 1110010111100001001111110011111111101000101001010011111100111111 | e5e13f3fe8a53f3f |
EUC-JP | 裔??隘?? | 1110101011100011001111110011111111110000101001110011111100111111 | eae33f3ff0a73f3f |
UTF-8 | 裔쏁㈃隘쀨쪧 | 111010001010001110010100111011001000111110000001111000111000100010000011111010011001101010011000111011001000000010101000111011001010101010100111 | e8a394ec8f81e38883e99a98ec80a8ecaaa7 |
UHC | 裔쏁㈃隘쀨쪧 | 111001111110000010011011111001111010100110110100111001001111011010010111111010001010010110100000 | e7e09be7a9b4e4f697e8a5a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)