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 | 弔?倚ⅵ | 10010010101000100011111110011000110111111111101001000101 | 92a23f98dffa45 |
EUC-JP | 弔?倚? | 110001001010010000111111110100001110000100111111 | c4a43fd0e13f |
UTF-8 | 弔렟倚ⅵ | 111001011011110010010100111010111010000010011111111001011000000010011010111000101000010110110101 | e5bc94eba09fe5809ae285b5 |
UHC | 弔렟倚ⅵ | 1111000011000000100011101011000011101011111011111010010110100110 | f0c08eb0ebefa5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)