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 | ???猿 | 0011111100111111001111111000100110001110 | 3f3f3f898e |
EUC-JP | ???猿 | 0011111100111111001111111011000111101110 | 3f3f3fb1ee |
UTF-8 | 輦믥ㅎ猿 | 111011111010011010011000111010111010111110100101111000111000010110001110111001111000110010111111 | efa698ebafa5e3858ee78cbf |
UHC | 輦믥ㅎ猿 | 1110011011100100100100101110011110100100101111101110101010111011 | e6e492e7a4beeabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)