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 | 甚??綬 | 100100000111001000111111001111111000111011111000 | 90723f3f8ef8 |
EUC-JP | 甚??綬 | 101111111101001100111111001111111011110011111010 | bfd33f3fbcfa |
UTF-8 | 甚뎸궦綬 | 111001111001010010011010111010111000111010111000111010101011011010100110111001111011011010101100 | e7949aeb8eb8eab6a6e7b6ac |
UHC | 甚뎸궦綬 | 1110010010100100100010011000101110000010101110001110001010111000 | e4a4898b82b8e2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)