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 | 菴? 宥 | 11100100101111010011111110000001010000001001011101000111 | e4bd3f81409747 |
EUC-JP | 菴? 宥 | 11101000101111110011111110100001101000011100110110101000 | e8bf3fa1a1cda8 |
UTF-8 | 菴뀀 宥 | 111010001000111110110100111010111000000010000000111000111000000010000000111001011010111010100101 | e88fb4eb8080e38080e5aea5 |
UHC | 菴뀀 宥 | 1110010011100000101100101110101110100001101000011110101011101001 | e4e0b2eba1a1eae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)