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 | ???謠?? | 00111111001111110011111111100110100011110011111100111111 | 3f3f3fe68f3f3f |
EUC-JP | ???謠?? | 00111111001111110011111111101011111011110011111100111111 | 3f3f3febef3f3f |
UTF-8 | 緣뉛쉿謠계츢 | 111001111011011110100011111010111000100110011011111011001000100110111111111010001010110010100000111010101011001110000100111011001011100010100010 | e7b7a3eb899bec89bfe8aca0eab384ecb8a2 |
UHC | 緣뉛쉿謠계츢 | 111001101101111010000111111011111011110110110010111010011010101010110000111010001010111010011001 | e6de87efbdb2e9aab0e8ae99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)