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 | ??a???? | 00111111001111110110000100111111001111110011111100111111 | 3f3f613f3f3f3f |
SJIS-WIN | 閼アa霎ー驕廝 | 1110100010000100101100010110000111101000101111101011000011101001100000011001110001000010 | e884b161e8beb0e9819c42 |
EUC-JP | 閼アa霎ー驕廝 | 11101111111001001000111010110001011000011111000011000000100011101011000011110001111000011101011110100011 | efe48eb161f0c08eb0f1e1d7a3 |
UTF-8 | 閼アa霎ー驕廝 | 11101001100101101011110011101111101111011011000101100001111010011001110010001110111011111011110110110000111010011010100110010101111001011011101110011101 | e996bcefbdb161e99c8eefbdb0e9a995e5bb9d |
UHC | 閼?a??驕? | 111001001101100100111111011000010011111100111111110011101111011000111111 | e4d93f613f3fcef63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)