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 | ???傭? | 001111110011111100111111100101110110001000111111 | 3f3f3f97623f |
EUC-JP | ???傭? | 001111110011111100111111110011011100001100111111 | 3f3f3fcdc33f |
UTF-8 | 廉양뼹傭튔 | 111011111010011010100010111011001001011010010001111010111011110010111001111001011000001010101101111011011000101010010100 | efa6a2ec9691ebbcb9e582aded8a94 |
UHC | 廉양뼹傭튔 | 11100110111101011011111011100111100101101011110011101001101101101011101001000110 | e6f5bee796bce9b6ba46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)