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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?梡???? | 0011111110001111110000111111001100111111001111110011111100111111 | 3f8fc3f33f3f3f3f |
UTF-8 | 먿梡먿쑘먿럑 | 111010111010100010111111111001101010001010100001111010111010100010111111111011001001000110011000111010111010100010111111111010111001111110010001 | eba8bfe6a2a1eba8bfec9198eba8bfeb9f91 |
UHC | 먿梡먿쑘먿럑 | 100100001111100111101000110010011001000011111001100111001011011110010000111110011000111001101110 | 90f9e8c990f99cb790f98e6e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)