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 | 閧駕長 | 111010001000001010001001111011011001001010110111 | e88289ed92b7 |
EUC-JP | 閧駕長 | 111011111110001010110010111011111100010010111001 | efe2b2efc4b9 |
UTF-8 | 閧駕長 | 111010011001011010100111111010011010011110010101111010011001010110110111 | e996a7e9a795e995b7 |
UHC | ?駕長 | 0011111111001010101111011110110111111110 | 3fcabdedfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)