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 | ???Yh???Y | 001111110011111100111111010110010110100000111111001111110011111101011001 | 3f3f3f59683f3f3f59 |
SJIS-WIN | ???Yh???Y | 001111110011111100111111010110010110100000111111001111110011111101011001 | 3f3f3f59683f3f3f59 |
EUC-JP | ???Yh???Y | 001111110011111100111111010110010110100000111111001111110011111101011001 | 3f3f3f59683f3f3f59 |
UTF-8 | 혩첸혪Yh혩첸혪Y | 111011011001100010101001111011001011001010111000111011011001100010101010010110010110100011101101100110001010100111101100101100101011100011101101100110001010101001011001 | ed98a9ecb2b8ed98aa5968ed98a9ecb2b8ed98aa59 |
UHC | 혩첸혪Yh혩첸혪Y | 110000101001000111000011101111101100001010010010010110010110100011000010100100011100001110111110110000101001001001011001 | c291c3bec2925968c291c3bec29259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)