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 | ?????Ⅴ | 00111111001111110011111100111111001111111000011101011000 | 3f3f3f3f3f8758 |
EUC-JP | ???沅?? | 0011111100111111001111111000111111000110111010010011111100111111 | 3f3f3f8fc6e93f3f |
UTF-8 | 令⑸슜沅잞Ⅴ | 111011111010011010101000111000101001000110111000111011001000101010011100111001101011001010000101111011001001111010011110111000101000010110100100 | efa6a8e291b8ec8a9ce6b285ec9e9ee285a4 |
UHC | 令⑸슜沅잞Ⅴ | 111001111010100110101001111010111001101010101001111010101011011010011111111011111010010110110100 | e7a9a9eb9aa9eab69fefa5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)