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 | 業??乙?? | 1000101111000110001111110011111110001001101100110011111100111111 | 8bc63f3f89b33f3f |
EUC-JP | 業??乙?? | 1011011011001000001111110011111110110010101101010011111100111111 | b6c83f3fb2b53f3f |
UTF-8 | 業볥겇乙댄닖 | 111001101010010110101101111010111011001110100101111010101011001010000111111001001011100110011001111010111000110010000100111010111000101110010110 | e6a5adebb3a5eab287e4b999eb8c84eb8b96 |
UHC | 業볥겇乙댄닖 | 111001011111011010010011111010111000000110100100111010111110000010110100111011011000100010011010 | e5f693eb81a4ebe0b4ed889a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)