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 | 倭??曖?? | 1001100001100000001111110011111110011110010000100011111100111111 | 98603f3f9e423f3f |
EUC-JP | 倭??曖?? | 1100111111000001001111110011111111011011101000110011111100111111 | cfc13f3fdba33f3f |
UTF-8 | 倭롣틫曖긺깹 | 111001011000000010101101111010111010000110100011111011011000101110101011111001101001101110010110111010101011100010111010111010101011100110111001 | e580adeba1a3ed8babe69b96eab8baeab9b9 |
UHC | 倭롣틫曖긺깹 | 111010001101111010001110111001001011101010010101111001001111001010110001111001111011001010100001 | e8de8ee4ba95e4f2b1e7b2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)