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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 治鳫ニ | 11110000111000001000111010100001111010011110110111000110 | f0e08ea1e9edc6 |
EUC-JP | ?治鳫ニ | 00111111101111001010001111110010111011111000111011000110 | 3fbca3f2ef8ec6 |
UTF-8 | 治鳫ニ | 111011101000001010011111111001101011001010111011111010011011001110101011111011111011111010000110 | ee829fe6b2bbe9b3abefbe86 |
UHC | ?治?? | 0011111111110110101111010011111100111111 | 3ff6bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)