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 | 易??搖?? | 1000100011010101001111110011111110011101100010100011111100111111 | 88d53f3f9d8a3f3f |
EUC-JP | 易??搖?? | 1011000011010111001111110011111111011001111010100011111100111111 | b0d73f3fd9ea3f3f |
UTF-8 | 易뉛쉑搖억쉠 | 111001101001100010010011111010111000100110011011111011001000100110010001111001101001000010010110111011001001011010110101111011001000100110100000 | e69893eb899bec8991e69096ec96b5ec89a0 |
UHC | 易뉛쉑搖억쉠 | 111001101011011010000111111011111011110110100111111010001111010010111110111011111011110110101010 | e6b687efbda7e8f4beefbdaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)