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 | 永??游ュ? | 100010010110100100111111001111111001111111100000100000111000010100111111 | 89693f3f9fe083853f |
EUC-JP | 永??游ュ? | 101100011100101000111111001111111101111011100010101001011110010100111111 | b1ca3f3fdee2a5e53f |
UTF-8 | 永띔퍛游ュ떳 | 111001101011000010111000111010111001110110010100111011011000110110011011111001101011100010111000111000111000001110100101111010111001011010110011 | e6b0b8eb9d94ed8d9be6b8b8e383a5eb96b3 |
UHC | 永띔퍛游ュ떳 | 111001111011010110110110111010101011101110010010111010101111110110101011111001011011011010111000 | e7b5b6eabb92eafdabe5b6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)