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 | 押??甸?? | 1000100110011111001111110011111110011001101100100011111100111111 | 899f3f3f99b23f3f |
EUC-JP | 押??甸?? | 1011001010100001001111110011111111010010101101000011111100111111 | b2a13f3fd2b43f3f |
UTF-8 | 押녿떩甸귟눛 | 111001101000101010111100111010111000010110111111111010111001011010101001111001111001010010111000111010101011011110011111111010111000100010011011 | e68abceb85bfeb96a9e794b8eab79feb889b |
UHC | 押녿떩甸귟눛 | 111001001110001110000110111010111000101110111011111011111010010010000010111010001000011110110011 | e4e386eb8bbbefa482e887b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)