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 | 螽幎ーー岦カ | 111001011010100010011011111010111011000010110000111110101010110010110110 | e5a89bebb0b0faacb6 |
EUC-JP | 螽幎ーー岦カ | 11101010101010101101011011101101100011101011000010001110101100001000111110111011101100111000111010110110 | eaaad6ed8eb08eb08fbbb38eb6 |
UTF-8 | 螽幎ーー岦カ | 111010001001111010111101111001011011100110001110111011111011110110110000111011111011110110110000111001011011001010100110111011111011110110110110 | e89ebde5b98eefbdb0efbdb0e5b2a6efbdb6 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)