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 | 畏??裕ら? | 100010001101100000111111001111111001011101010100100000101110011100111111 | 88d83f3f975482e73f |
EUC-JP | 畏??裕ら? | 101100001101101000111111001111111100110110110101101001001110100100111111 | b0da3f3fcdb5a4e93f |
UTF-8 | 畏븐뜦裕ら솻 | 111001111001010110001111111010111011100010010000111010111001110010100110111010001010001110010101111000111000001010001001111011001000011010111011 | e7958febb890eb9ca6e8a395e38289ec86bb |
UHC | 畏븐뜦裕ら솻 | 111010001110011010111010111011001000110110101001111010111010111010101010111010011001100110110000 | e8e6baec8da9ebaeaae999b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)