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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ???饒??] | 0011111100111111001111111110100101100000001111110011111101011101 | 3f3f3fe9603f3f5d |
EUC-JP | ???饒??] | 0011111100111111001111111111000111000001001111110011111101011101 | 3f3f3ff1c13f3f5d |
UTF-8 | 蓮억풄饒쀯슨] | 11101111101001101001100111101100100101101011010111101101100100101000010011101001101001011001001011101100100000001010111111101100100010101010100001011101 | efa699ec96b5ed9284e9a592ec80afec8aa85d |
UHC | 蓮억풄饒쀯슨] | 11100110111001011011111011101111101111101000110011101001101011101001011111101111101111011011110001011101 | e6e5beefbe8ce9ae97efbdbc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)