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 | 玻玻璧狆 | 1110000011011110111000001101111011100000111110001110000010111100 | e0dee0dee0f8e0bc |
EUC-JP | 玻玻璧狆 | 1110000011100000111000001110000011100000111110101110000010111110 | e0e0e0e0e0fae0be |
UTF-8 | 玻玻璧狆 | 111001111000111010111011111001111000111010111011111001111001001010100111111001111000101110000110 | e78ebbe78ebbe792a7e78b86 |
UHC | ??璧? | 0011111100111111110110111111110100111111 | 3f3fdbfd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)