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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 烏??蘊 | 100010010100011100111111001111111110010101011101 | 89473f3fe55d |
EUC-JP | 烏??蘊 | 101100011010100000111111001111111110100110111110 | b1a83f3fe9be |
UTF-8 | 烏믢툋蘊 | 111001111000001110001111111010111010111110100010111011011000100010001011111010001001100010001010 | e7838febafa2ed888be8988a |
UHC | 烏믢툋蘊 | 1110100010100001100100101110010010111000100000111110100010110011 | e8a192e4b883e8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)