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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?魅f? | 001111111001011010100011100000101000011000111111 | 3f96a382863f |
EUC-JP | 洧魅f? | 1000111111000111101101001100110010100101101000111110011000111111 | 8fc7b4cca5a3e63f |
UTF-8 | 洧魅f뤊 | 111001101011010010100111111010011010110110000101111011111011110110000110111010111010010010001010 | e6b4a7e9ad85efbd86eba48a |
UHC | 洧魅f뤊 | 1110101011111011110110001110010110100011111001101000111110111010 | eafbd8e5a3e68fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)