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 | 也ら?蘊?? | 100101101110011110000010111001110011111111100101010111010011111100111111 | 96e782e73fe55d3f3f |
EUC-JP | 也ら?蘊?? | 110011001110100110100100111010010011111111101001101111100011111100111111 | cce9a4e93fe9be3f3f |
UTF-8 | 也ら걶蘊딁떥 | 111001001011100110011111111000111000001010001001111010101011000110110110111010001001100010001010111010111001010010000001111010111001011010100101 | e4b99fe38289eab1b6e8988aeb9481eb96a5 |
UHC | 也ら걶蘊딁떥 | 111001011010010110101010111010011000000110011100111010001011001110001010111001111000101110111000 | e5a5aae9819ce8b38ae78bb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)