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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 偲、トテ「P | 10001110110000111010010011000100110000111010001001010000 | 8ec3a4c4c3a250 |
EUC-JP | 偲、トテ「P | 1011110011000101100011101010010010001110110001001000111011000011100011101010001001010000 | bcc58ea48ec48ec38ea250 |
UTF-8 | 偲、トテ「P | 11100101100000011011001011101111101111011010010011101111101111101000010011101111101111101000001111101111101111011010001001010000 | e581b2efbda4efbe84efbe83efbda250 |
UHC | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)