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 | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
SJIS-WIN | テつ達テδィ[ | 11000011100000101100001010010010010000101100001110000011110000101010100001011011 | c382c29242c383c2a85b |
EUC-JP | テつ達テδィ[ | 10001110110000111010010011000100110000111010001110001110110000111010011011000100100011101010100001011011 | 8ec3a4c4c3a38ec3a6c48ea85b |
UTF-8 | テつ達テδィ[ | 111011111011111010000011111000111000000110100100111010011000000110010100111011111011111010000011110011101011010011101111101111011010100001011011 | efbe83e381a4e98194efbe83ceb4efbda85b |
UHC | ?つ達?δ?[ | 00111111101010101100010011010011101110010011111110100101111001000011111101011011 | 3faac4d3b93fa5e43f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)