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 | 癲??湲?? | 1110000110011111001111110011111110011111110100010011111100111111 | e19f3f3f9fd13f3f |
EUC-JP | 癲??湲?? | 1110001010100001001111110011111111011110110100110011111100111111 | e2a13f3fded33f3f |
UTF-8 | 癲용씦湲썼ㄵ | 111001111001100110110010111011001001101010101001111011001001010010100110111001101011100110110010111011001000110110111100111000111000010010110101 | e799b2ec9aa9ec94a6e6b9b2ec8dbce384b5 |
UHC | 癲용씦湲썼ㄵ | 111011111010011010111111111010111001110110111010111010101011100010111101111010001010010010100101 | efa6bfeb9dbaeab8bde8a4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)