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 | ?v? | 001111110111011000111111 | 3f763f |
SJIS-WIN | 辰v辿 | 1001001001000011011101101001001001001000 | 9243769248 |
EUC-JP | 辰v辿 | 1100001110100100011101101100001110101001 | c3a476c3a9 |
UTF-8 | 辰v辿 | 11101000101111101011000001110110111010001011111010111111 | e8beb076e8bebf |
UHC | 辰v? | 11110010111000110111011000111111 | f2e3763f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)