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 | 腸?億??? | 1001001010110000001111111000100110101101001111110011111100111111 | 92b03f89ad3f3f3f |
EUC-JP | 腸?億??? | 1100010010110010001111111011001010101111001111110011111100111111 | c4b23fb2af3f3f3f |
UTF-8 | 腸렜億ㅽ렕렱 | 111010001000010110111000111010111010000010011100111001011000010010000100111000111000010110111101111010111010000010010101111010111010000010110001 | e885b8eba09ce58484e385bdeba095eba0b1 |
UHC | 腸렜億ㅽ렕렱 | 111011011111001110001110101011101110010111100010101001001110110110001110101010101000111010111110 | edf38eaee5e2a4ed8eaa8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)