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 | 省蓆ラ曺ロ疾 | 10001111110010001110010011101100110101111111101011011110110110111000111010111110 | 8fc8e4ecd7fadedb8ebe |
EUC-JP | 省蓆ラ曺ロ疾 | 10111110110010101110100011101110100011101101011110001111110000101110110110001110110110111011110011000000 | becae8ee8ed78fc2ed8edbbcc0 |
UTF-8 | 省蓆ラ曺ロ疾 | 111001111001110010000001111010001001001110000110111011111011111010010111111001101001101110111010111011111011111010011011111001111001011010111110 | e79c81e89386efbe97e69bbaefbe9be796be |
UHC | 省蓆?曺?疾 | 11100000111111011110000010110110001111111111000011000110001111111111001011110000 | e0fde0b63ff0c63ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)