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 | 葬????? | 10010001100100100011111100111111001111110011111100111111 | 91923f3f3f3f3f |
EUC-JP | 葬????? | 11000001111100100011111100111111001111110011111100111111 | c1f23f3f3f3f3f |
UTF-8 | 葬렲痢멩렲렱 | 111010001001000110101100111010111010000010110010111011111010011110100101111010111010100110101001111010111010000010110010111010111010000010110001 | e891aceba0b2efa7a5eba9a9eba0b2eba0b1 |
UHC | 葬렲痢멩렲렱 | 111011011111011110001110101111111110110010111000101110001110011010001110101111111000111010111110 | edf78ebfecb8b8e68ebf8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)