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 | 鴨??濡?? | 1000101010011011001111110011111110010100010001110011111100111111 | 8a9b3f3f94473f3f |
EUC-JP | 鴨??濡?? | 1011001111111011001111110011111111000111101010000011111100111111 | b3fb3f3fc7a83f3f |
UTF-8 | 鴨밸죬濡끻삻 | 111010011011010010101000111010111011000010111000111011001010001110101100111001101011111110100001111010111000000110111011111011001000001010111011 | e9b4a8ebb0b8eca3ace6bfa1eb81bbec82bb |
UHC | 鴨밸죬濡끻삻 | 111001001110010110111001111010111010000110000111111010111010000110000101111001011001100010110010 | e4e5b9eba187eba185e598b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)