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 | ?斤敦? | 001111111000101111010010100100111101011000111111 | 3f8bd293d63f |
EUC-JP | ?斤敦? | 001111111011011011010100110001101101100000111111 | 3fb6d4c6d83f |
UTF-8 | 렺斤敦역 | 111010111010000010111010111001101001011010100100111001101001010110100110111011001001011110101101 | eba0bae696a4e695a6ec97ad |
UHC | 렺斤敦역 | 1000111011000010110100001100010111010100110001001011111110101010 | 8ec2d0c5d4c4bfaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)