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 | 諸?翁??絲 | 100011111001010000111111100010011010010100111111001111111110001101001110 | 8f943f89a53f3fe34e |
EUC-JP | 諸?翁??絲 | 101111011111010000111111101100101010011100111111001111111110010110101111 | bdf43fb2a73f3fe5af |
UTF-8 | 諸렗翁댓렱絲 | 111010001010101110111000111010111010000010010111111001111011111110000001111010111000110010010011111010111010000010110001111001111011010110110010 | e8abb8eba097e7bf81eb8c93eba0b1e7b5b2 |
UHC | 諸렗翁댓렱絲 | 111100001011001110001110101011001110100010111010101101001111000110001110101111101101111011101010 | f0b38eace8bab4f18ebedeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)