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 | ??????J | 00111111001111110011111100111111001111110011111101001010 | 3f3f3f3f3f3f4a |
SJIS-WIN | 陰??陰??J | 100010010100000100111111001111111000100101000001001111110011111101001010 | 89413f3f89413f3f4a |
EUC-JP | 陰??陰??J | 101100011010001000111111001111111011000110100010001111110011111101001010 | b1a23f3fb1a23f3f4a |
UTF-8 | 陰곗냾陰곗넔J | 11101001100110011011000011101010101100111001011111101011100000111011111011101001100110011011000011101010101100111001011111101011100001001001010001001010 | e999b0eab397eb83bee999b0eab397eb84944a |
UHC | 陰곗냾陰곗넔J | 11101011111001001011000011101100100001101000111011101011111001001011000011101100100001101001110101001010 | ebe4b0ec868eebe4b0ec869d4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)