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 | 題?肄磐?? | 100100011110100000111111111000111110010110010100110101100011111100111111 | 91e83fe3e594d63f3f |
EUC-JP | 題?肄磐?? | 110000101110101000111111111001101110011111001000110110000011111100111111 | c2ea3fe6e7c8d83f3f |
UTF-8 | 題렲肄磐렰렩 | 111010011010000110001100111010111010000010110010111010001000001010000100111001111010001110010000111010111010000010110000111010111010000010101001 | e9a18ceba0b2e88284e7a390eba0b0eba0a9 |
UHC | 題렲肄磐렰렩 | 111100001011100110001110101111111110110010111101110110101111000110001110101111011000111010110111 | f0b98ebfecbddaf18ebd8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)