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 | ???饒?? | 00111111001111110011111111101001011000000011111100111111 | 3f3f3fe9603f3f |
EUC-JP | ???饒?? | 00111111001111110011111111110001110000010011111100111111 | 3f3f3ff1c13f3f |
UTF-8 | 緣뉛숱饒쀯스 | 111001111011011110100011111010111000100110011011111011001000100010110001111010011010010110010010111011001000000010101111111011001000101010100100 | e7b7a3eb899bec88b1e9a592ec80afec8aa4 |
UHC | 緣뉛숱饒쀯스 | 111001101101111010000111111011111011110110100010111010011010111010010111111011111011110110111010 | e6de87efbda2e9ae97efbdba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)