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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鈞駕長 | 111001111110000010001001111011011001001010110111 | e7e089ed92b7 |
EUC-JP | 鈞駕長 | 111011101110001010110010111011111100010010111001 | eee2b2efc4b9 |
UTF-8 | 鈞駕長 | 111010011000100010011110111010011010011110010101111010011001010110110111 | e9889ee9a795e995b7 |
UHC | 鈞駕長 | 110100001011011111001010101111011110110111111110 | d0b7cabdedfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)