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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 堊??鎰? | 10011010101111110011111100111111111010000100110000111111 | 9abf3f3fe84c3f |
EUC-JP | 堊??鎰? | 11010100110000010011111100111111111011111010110100111111 | d4c13f3fefad3f |
UTF-8 | 堊앹룆鎰똁 | 111001011010000010001010111011001001010110111001111010111010001110000110111010011000111010110000111010111001100010000001 | e5a08aec95b9eba386e98eb0eb9881 |
UHC | 堊앹룆鎰똁 | 11100100101111101001110111101100100011111000010111101100111100001000110001000010 | e4be9dec8f85ecf08c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)