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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?洧?? | 001111111000111111000111101101000011111100111111 | 3f8fc7b43f3f |
UTF-8 | 뤙洧卨룿 | 111010111010010010011001111001101011010010100111111001011000110110101000111010111010001110111111 | eba499e6b4a7e58da8eba3bf |
UHC | 뤙洧卨룿 | 1000111111001000111010101111101111100000110110011000111110110000 | 8fc8eafbe0d98fb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)