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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?瀋??兌 | 00111111111000000110001100111111001111111001100101011011 | 3fe0633f3f995b |
EUC-JP | ?瀋??兌 | 00111111110111111100010000111111001111111101000110111100 | 3fdfc43f3fd1bc |
UTF-8 | 쒔瀋롘뤙兌 | 111011001001001010010100111001111000000010001011111010111010000110011000111010111010010010011001111001011000010110001100 | ec9294e7808beba198eba499e5858c |
UHC | 쒔瀋롘뤙兌 | 10111110101011011110010010100011100011101101110010001111110010001111011110111010 | beade4a38edc8fc8f7ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)