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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???沅?? | 0011111100111111001111111000111111000110111010010011111100111111 | 3f3f3f8fc6e93f3f |
UTF-8 | 列룸떩沅싩솾 | 111011111010011010011100111010111010001110111000111010111001011010101001111001101011001010000101111011001000101110101001111011001000011010111110 | efa69ceba3b8eb96a9e6b285ec8ba9ec86be |
UHC | 列룸떩沅싩솾 | 111001101110101010110111111010111000101110111011111010101011011010011010111001111001100110110010 | e6eab7eb8bbbeab69ae799b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)