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 | ???b?f?? | 0011111100111111001111110110001000111111011001100011111100111111 | 3f3f3f623f663f3f |
SJIS-WIN | ???b?f?? | 0011111100111111001111110110001000111111011001100011111100111111 | 3f3f3f623f663f3f |
EUC-JP | ???b?f?? | 0011111100111111001111110110001000111111011001100011111100111111 | 3f3f3f623f663f3f |
UTF-8 | 혦챠혲b혯f채쩍 | 1110110110011000101001101110110010110001101000001110110110011000101100100110001011101101100110001010111101100110111011001011000110000100111011001010100110001101 | ed98a6ecb1a0ed98b262ed98af66ecb184eca98d |
UHC | 혦챠혲b혯f채쩍 | 1100001010001110110000111010110111000010100110010110001011000010100101100110011011000011101001001100001010111101 | c28ec3adc29962c29666c3a4c2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)