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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | 日蕎?O | 100100111111101010001011101111000011111101001111 | 93fa8bbc3f4f |
EUC-JP | 日蕎?O | 110001101111110010110110101111100011111101001111 | c6fcb6be3f4f |
UTF-8 | 日蕎ㄸO | 11100110100101111010010111101000100101011000111011100011100001001011100001001111 | e697a5e8958ee384b84f |
UHC | 日蕎ㄸO | 11101100111011011100111011110000101001001010100001001111 | ecedcef0a4a84f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)