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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 按甕省?? | 1000100011000010111000010101000010001111110010000011111100111111 | 88c2e1508fc83f3f |
EUC-JP | 按甕省?? | 1011000011000100111000011011000110111110110010100011111100111111 | b0c4e1b1beca3f3f |
UTF-8 | 按甕省롕렚 | 111001101000110010001001111001111001010010010101111001111001110010000001111010111010000110010101111010111010000010011010 | e68c89e79495e79c81eba195eba09a |
UHC | 按甕省롕렚 | 11100100110011101110100010111000111000001111110110001110110110011000111010101101 | e4cee8b8e0fd8ed98ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)