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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 将荳宵ラ? | 1000111110101011111001001011100010001111101010101101011100111111 | 8fabe4b88faad73f |
EUC-JP | 将荳宵ラ悈 | 1011111010101101111010001011101010111110101011001000111011010111100011111011110111101111 | beade8babeac8ed78fbdef |
UTF-8 | 将荳宵ラ悈 | 111001011011000010000110111010001000110110110011111001011010111010110101111011111011111010010111111001101000001010001000 | e5b086e88db3e5aeb5efbe97e68288 |
UHC | ?荳宵?? | 00111111110101001110010111100001101100100011111100111111 | 3fd4e5e1b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)