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 | 莨碕ソ緋ケオ | 111001001011110010001101111010101011111110010100111010101011100110110101 | e4bc8deabf94eab9b5 |
EUC-JP | 莨碕ソ緋ケオ | 111010001011111010111010111011001000111010111111110010001110110010001110101110011000111010110101 | e8bebaec8ebfc8ec8eb98eb5 |
UTF-8 | 莨碕ソ緋ケオ | 111010001000111010101000111001111010001010010101111011111011110110111111111001111011011110001011111011111011110110111001111011111011110110110101 | e88ea8e7a295efbdbfe7b78befbdb9efbdb5 |
UHC | ???緋?? | 00111111001111110011111111011101111111000011111100111111 | 3f3f3fddfc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)