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 | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | 搖??鈺??k | 100111011000101000111111001111111111101111000100001111110011111101101011 | 9d8a3f3ffbc43f3f6b |
EUC-JP | 搖??鈺??k | 11011001111010100011111100111111100011111110001111010101001111110011111101101011 | d9ea3f3f8fe3d53f3f6b |
UTF-8 | 搖쇽쉽鈺뚳쉐k | 11100110100100001001011011101100100001111011110111101100100010011011110111101001100010001011101011101011100110101011001111101100100010011001000001101011 | e69096ec87bdec89bde988baeb9ab3ec89906b |
UHC | 搖쇽쉽鈺뚳쉐k | 11101000111101001011110011101111101111011011000111101000101011011000110011101111101111011010011001101011 | e8f4bcefbdb1e8ad8cefbda66b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)