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 | リ魍ミワ | 111100001011111111011000111010011011000111111001100011101101000011011100 | f0bfd8e9b1f98ed0dc |
EUC-JP | ?リ魍?ミワ | 00111111100011101101100011110010101100110011111110001110110100001000111011011100 | 3f8ed8f2b33f8ed08edc |
UTF-8 | リ魍ミワ | 111011101000000110111110111011111011111010011000111010011010110110001101111011101001101110101001111011111011111010010000111011111011111010011100 | ee81beefbe98e9ad8dee9ba9efbe90efbe9c |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)