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 | 枝?窪??? | 1000111001111101001111111000110001000101001111110011111100111111 | 8e7d3f8c453f3f3f |
EUC-JP | 枝?窪?釪? | 10111011110111100011111110110111101001100011111110001111111000111010110100111111 | bbde3fb7a63f8fe3ad3f |
UTF-8 | 枝렖窪렧釪랜 | 111001101001111010011101111010111010000010010110111001111010101010101010111010111010000010100111111010011000011110101010111010111001111010011100 | e69e9deba096e7aaaaeba0a7e987aaeb9e9c |
UHC | 枝렖窪렧釪랜 | 111100101010101110001110101010111110100011000001100011101011011011101001111010011011011110100011 | f2ab8eabe8c18eb6e9e9b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)