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 | 椅??癲 | 100010001101011000111111001111111110000110011111 | 88d63f3fe19f |
EUC-JP | 椅??癲 | 101100001101100000111111001111111110001010100001 | b0d83f3fe2a1 |
UTF-8 | 椅덀궫癲 | 111001101010010010000101111010111000110110000000111010101011011010101011111001111001100110110010 | e6a485eb8d80eab6abe799b2 |
UHC | 椅덀궫癲 | 1110101111110101100010001110001110000010101111011110111110100110 | ebf588e382bdefa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)