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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?貂諶セ | 001111111110011010111000111110111010101010111110 | 3fe6b8fbaabe |
EUC-JP | 訵貂諶セ | 10001111110111011101001111101100101110101000111111011110101101011000111010111110 | 8fddd3ecba8fdeb58ebe |
UTF-8 | 訵貂諶セ | 111010001010100010110101111010001011001010000010111010001010101110110110111011111011110110111110 | e8a8b5e8b282e8abb6efbdbe |
UHC | ?貂諶? | 001111111111010110110000111001001010011000111111 | 3ff5b0e4a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)