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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?炎? | 00111111100010011000101000111111 | 3f898a3f |
EUC-JP | ?炎堧 | 001111111011000111101010100011111011100010101000 | 3fb1ea8fb8a8 |
UTF-8 | 쌕炎堧 | 111011001000110010010101111001111000001010001110111001011010000010100111 | ec8c95e7828ee5a0a7 |
UHC | 쌕炎堧 | 101111011101100111100110111110101110011011000000 | bdd9e6fae6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)