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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 釥識瀨璽 | 1111101111000000100011101010111111111011010100001000111010100011 | fbc08eaffb508ea3 |
EUC-JP | 釥識?璽 | 1000111111100011101010111011110010110001001111111011110010100101 | 8fe3abbcb13fbca5 |
UTF-8 | 釥識瀨璽 | 111010011000011110100101111010001010110110011000111001111000000010101000111001111001001010111101 | e987a5e8ad98e780a8e792bd |
UHC | ?識瀨璽 | 00111111111000111101101111010110111011101101111111011110 | 3fe3dbd6eedfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)