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 | 壯??饒?? | 1001101011100001001111110011111111101001011000000011111100111111 | 9ae13f3fe9603f3f |
EUC-JP | 壯??饒?? | 1101010011100011001111110011111111110001110000010011111100111111 | d4e33f3ff1c13f3f |
UTF-8 | 壯ㅿ슨饒좑쉴 | 111001011010001110101111111000111000010110111111111011001000101010101000111010011010010110010010111011001010001010010001111011001000100110110100 | e5a3afe385bfec8aa8e9a592eca291ec89b4 |
UHC | 壯ㅿ슨饒좑쉴 | 111011011110000010100100111011111011110110111100111010011010111010100000111011111011110110101111 | ede0a4efbdbce9aea0efbdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)