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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??陽 | 00111111001111111001011101111010 | 3f3f977a |
EUC-JP | ??陽 | 00111111001111111100110111011011 | 3f3fcddb |
UTF-8 | 댦뒾陽 | 111010111000110010100110111010111001001010111110111010011001100110111101 | eb8ca6eb92bee999bd |
UHC | 댦뒾陽 | 100010001100100110001010101101001110010111010101 | 88c98ab4e5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)