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 | ?忽忌? | 001111111000110110011010100010101111010100111111 | 3f8d9a8af53f |
EUC-JP | ?忽忌? | 001111111011100111111010101101001111011100111111 | 3fb9fab4f73f |
UTF-8 | 뤈忽忌렱 | 111010111010010010001000111001011011111110111101111001011011111110001100111010111010000010110001 | eba488e5bfbde5bf8ceba0b1 |
UHC | 뤈忽忌렱 | 1000111110111000111110111110110011010000111110111000111010111110 | 8fb8fbecd0fb8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)