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 | 葬??屯? | 10010001100100100011111100111111100100111101010000111111 | 91923f3f93d43f |
EUC-JP | 葬??屯? | 11000001111100100011111100111111110001101101011000111111 | c1f23f3fc6d63f |
UTF-8 | 葬쾡렜屯렡 | 111010001001000110101100111011001011111010100001111010111010000010011100111001011011000110101111111010111010000010100001 | e891acecbea1eba09ce5b1afeba0a1 |
UHC | 葬쾡렜屯렡 | 11101101111101111100010011101001100011101010111011010100111010101000111010110010 | edf7c4e98eaed4ea8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)