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 | 繒???耘? | 1111101110001111001111110011111100111111111000111100111100111111 | fb8f3f3f3fe3cf3f |
EUC-JP | 繒?栯?耘? | 1000111111010100110101000011111110001111110000111101001000111111111001101101000100111111 | 8fd4d43f8fc3d23fe6d13f |
UTF-8 | 繒렑栯렦耘숲 | 111001111011100110010010111010111010000010010001111001101010000010101111111010111010000010100110111010001000000010011000111011001000100010110010 | e7b992eba091e6a0afeba0a6e88098ec88b2 |
UHC | 繒렑栯렦耘숲 | 111100011111100110001110101001101110100111110001100011101011010111101001111111001011110110100011 | f1f98ea6e9f18eb5e9fcbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)