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 | 第臀?箏富 | 100100011110011011100100010111000011111111100010101101011001010101111000 | 91e6e45c3fe2b59578 |
EUC-JP | 第臀?箏富 | 110000101110100011100111101111010011111111100100101101111100100111011001 | c2e8e7bd3fe4b7c9d9 |
UTF-8 | 第臀밸箏富 | 111001111010110010101100111010001000011110000000111010111011000010111000111001111010111010001111111001011010111110001100 | e7acace88780ebb0b8e7ae8fe5af8c |
UHC | 第臀밸箏富 | 11110000101011111101010011101011101110011110101111101110101101001101110110100011 | f0afd4ebb9ebeeb4dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)