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 | ?ゃ?源?? | 0011111110000010111000010011111110001100101110010011111100111111 | 3f82e13f8cb93f3f |
EUC-JP | ?ゃ?源?? | 0011111110100100111000110011111110111000101110110011111100111111 | 3fa4e33fb8bb3f3f |
UTF-8 | 閭ゃ굟源썲뎄 | 111011111010011010000110111000111000001010000011111010101011010110011111111001101011101010010000111011001000110110110010111010111000111010000100 | efa686e38283eab59fe6ba90ec8db2eb8e84 |
UHC | 閭ゃ굟源썲뎄 | 111001101010110110101010111000111000001010000111111010101011100110111101111001011011010110101100 | e6adaae38287eab9bde5b5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)