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 | 庸??裕?? | 1001011101100110001111110011111110010111010101000011111100111111 | 97663f3f97543f3f |
EUC-JP | 庸??裕?? | 1100110111000111001111110011111111001101101101010011111100111111 | cdc73f3fcdb53f3f |
UTF-8 | 庸뉖짘裕껇뫍 | 111001011011101010111000111010111000100110010110111011001010011110011000111010001010001110010101111010101011101110000111111010111010101110001101 | e5bab8eb8996eca798e8a395eabb87ebab8d |
UHC | 庸뉖짘裕껇뫍 | 111010011011110010000111111010111010001110011111111010111010111010000011111010001001000110101111 | e9bc87eba39febae83e891af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)