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 | ???一e? | 0011111100111111001111111000100011101010100000101000010100111111 | 3f3f3f88ea82853f |
EUC-JP | ???一e? | 0011111100111111001111111011000011101100101000111110010100111111 | 3f3f3fb0eca3e53f |
UTF-8 | 琉뗥뒊一e툊 | 111011111010011110001100111010111001011110100101111010111001001010001010111001001011100010000000111011111011110110000101111011011000100010001010 | efa78ceb97a5eb928ae4b880efbd85ed888a |
UHC | 琉뗥뒊一e툊 | 111010111010010010001011111001011000101010000111111011001110100110100011111001011011100010000010 | eba48be58a87ece9a3e5b882 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)