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 | ???驛 | 0011111100111111001111111110100110000011 | 3f3f3fe983 |
EUC-JP | ???驛 | 0011111100111111001111111111000111100011 | 3f3f3ff1e3 |
UTF-8 | 歷㏝쎁驛 | 111011111010011010001100111000111000111110011101111011001000111010000001111010011010100110011011 | efa68ce38f9dec8e81e9a99b |
UHC | 歷㏝쎁驛 | 1110011010111000101001111110100110011011101010111110011010111110 | e6b8a7e99babe6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)