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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 汝?ぐ蘊?? | 100100111111000000111111100000101010111011100101010111010011111100111111 | 93f03f82aee55d3f3f |
EUC-JP | 汝?ぐ蘊?? | 110001101111001000111111101001001011000011101001101111100011111100111111 | c6f23fa4b0e9be3f3f |
UTF-8 | 汝싪ぐ蘊딂씩 | 111001101011000110011101111011001000101110101010111000111000000110010000111010001001100010001010111010111001010010000010111011001001010010101001 | e6b19dec8baae38190e8988aeb9482ec94a9 |
UHC | 汝싪ぐ蘊딂씩 | 111001101010001110011010111010001010101010110000111010001011001110001010111010001011111010111111 | e6a39ae8aab0e8b38ae8bebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)