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 | 汀弄???ⅲ | 100100101111001110011000010011010011111100111111001111111111101001000010 | 92f3984d3f3f3ffa42 |
EUC-JP | 汀弄???? | 1100010011110101110011111010111000111111001111110011111100111111 | c4f5cfae3f3f3f3f |
UTF-8 | 汀弄렠쮸렱ⅲ | 111001101011000110000000111001011011110010000100111010111010000010100000111011001010111010111000111010111010000010110001111000101000010110110010 | e6b180e5bc84eba0a0ecaeb8eba0b1e285b2 |
UHC | 汀弄렠쮸렱ⅲ | 111011111110001011010110111001111000111010110001110000101110100110001110101111101010010110100011 | efe2d6e78eb1c2e98ebea5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)