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 | 齊?汀??? | 1110101010001110001111111001001011110011001111110011111100111111 | ea8e3f92f33f3f3f |
EUC-JP | 齊?汀?釪? | 11110011111011100011111111000100111101010011111110001111111000111010110100111111 | f3ee3fc4f53f8fe3ad3f |
UTF-8 | 齊렟汀렡釪슬 | 111010011011110110001010111010111010000010011111111001101011000110000000111010111010000010100001111010011000011110101010111011001000101010101100 | e9bd8aeba09fe6b180eba0a1e987aaec8aac |
UHC | 齊렟汀렡釪슬 | 111100001011101010001110101100001110111111100010100011101011001011101001111010011011110110111101 | f0ba8eb0efe28eb2e9e9bdbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)